home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
swtools
/
libdwarf
/
pro_types.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-02
|
188 b
|
12 lines
/*
pro_types.h
$Revision: 1.1 $ $Date: 1993/08/19 01:07:04 $
*/
struct Dwarf_P_Typename_s {
Dwarf_P_Die tu_die;
char *tu_name;
Dwarf_P_Typename tu_next;
};